home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / frame_772 / DoAction.as
Text File  |  2010-04-12  |  459b  |  20 lines

  1. set("/Variables:Delta",_root.Meg._yscale / eval("/Variables:VarieDelta"));
  2. set("/Variables:Decale",0);
  3. set("/Variables:EtatVide","Tab3cStoppe");
  4. set("/Variables:EtatActif","Tab3c");
  5. if(eval("/Variables:From") eq "Tab2")
  6. {
  7.    tellTarget("_root.Meg")
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11. }
  12. if(eval("/Variables:From") eq "Tab2Chaine")
  13. {
  14.    set("/Variables:Arrive","HautChaine");
  15.    tellTarget("_root")
  16.    {
  17.       gotoAndStop("Tab3cGrimpe");
  18.    }
  19. }
  20.